projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
99bee6a
)
(Man-mode-line-format):
author
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Apr 1994 08:12:52 +0000
(08:12 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Sun, 24 Apr 1994 08:12:52 +0000
(08:12 +0000)
Put mode-line-process immediately after mode-name
when setting mode-line-format.
lisp/man.el
patch
|
blob
|
history
diff --git
a/lisp/man.el
b/lisp/man.el
index 37ff5c5f82b0dc8c58d5a30842af742c34c8c657..9d5c97bacaf7c525b21e1fbc2c96ca216825b4a2 100644
(file)
--- a/
lisp/man.el
+++ b/
lisp/man.el
@@
-183,7
+183,7
@@
the manpage buffer.")
mode-line-buffer-identification " "
global-mode-string
" " Man-page-mode-string
- " %[(" mode-name m
inor-mode-alist mode-line-process
")%]----"
+ " %[(" mode-name m
ode-line-process minor-mode-alist
")%]----"
(-3 . "%p") "-%-")
"*Mode line format for manual mode buffer.")